/* 
	Theme Name: Jamboree 2.1.1
	Theme URL: http://withakeythatkeepsturning.tumblr.com
	Description: Based on OrganicPortfolioWhite by Organic Themes
	Author: Daniel Nemenyi
	Author URI: http://withakeythatkeepsturning.tumblr.com
	Version: 2.1.1
	Tags: 
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-width: 870px;
	background-color: #EDE6D3;
	}
	
#bgImg { //bg for mobile devices
	width: 100%;
	background: url('images/jam2/bg/bg-img9.jpg') repeat;
	display:none;
}

#wrap {
	color: #30352C;
	font-size: 17px;
	font-family: Verdana, Palatino, Georgia, Times New Roman, Times, serif;
	margin: 0px auto;
	padding: 0px;
    max-width: 100%;
    min-width: 870px;
    overflow: hidden;
	}
	
#bg {
	min-width: 870px;
}
.hidden {
	display: none;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a {
	color: #993333;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/
#header
{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	min-width: 870px;
}

#headerImg {
}

#headerImg {
	width: 100%;
}

#header h1 {
	color: #30352C;
	font-size: 36px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #30352C;
	font-size: 36px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #30352C;
	text-decoration: none;
	}
#header #title {
	padding: 0;
	margin: 0;
	display: none;
	}
	
.headerSpacer {
	position: relative
	top: 0;
	display: block;
	width: 100%;
	min-width: 870px;
}

/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#slides p a {
	color: #000000;
	}
#prev_btn a img {
	float: left;
	display: block;
	background: transparent url(images/prev_btn.png) no-repeat;
	margin: 175px 0px 0px 0px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#prev_btn a:hover img {
	background-position: -20px 0;
	}
#next_btn a img {
	float: right;
	display: block;
	background: transparent url(images/next_btn.png) no-repeat;
	margin: 175px 0px 0px 940px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a:hover img {
	background-position: -20px 0;
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: none;
	//height: 40px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	padding: 0px;
	margin: 0 auto;
	width: 50%;
	position: relative;
	left: 0.2%;
	border-bottom: 1px #998252 dotted;
	}
	
#navbar a {
	color: #30352C;
	margin: 5px;
	line-height: 1.2em;
	text-align: center;
	padding: 15px 0 5px;
	text-shadow: 1px 2px 3px #A18052;
}

#navbar a:hover {
	//color: #992222;
}

#navbarright {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 5px solid #353535;
	}
#navbarleft {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/*** ESSENTIAL STYLES ***/
.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.ot-menu {
	line-height: 1.0;
	}
.ot-menu ul {
	position: absolute;
	}
.ot-menu ul li {
	width: 100%;
	border: 1px solid #30352C;
	}
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.ot-menu li {
	float: left;
	position: relative;
	}
.ot-menu a {
	display: block;
	position: relative;
	}
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
	
/*** DEMO SKIN ***/
.ot-menu .current_page_item a {
	color: #FFFFFF !important;
	}
.ot-menu .current-cat a {
	color: #FFFFFF !important;
	}
.ot-menu {
	float: left;
	margin-bottom: 0;
	}
.ot-menu a {
	border-left: none;
	border-top:	none;
	text-decoration: none;
	line-height: 12px;
	}
.ot-menu li li a {
	border-left: none;
	border-top:	none;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: none;
	}
.ot-menu li {
	background: none;
	}
.ot-menu li li {
	background:	#30352C;
	}
.ot-menu li li li {
	background:	#30352C;
	}
.ot-menu li:hover, .ot-menu li.sfHover,
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	color: #993333;
	outline: 0;
	}
.ot-menu li li:hover, .ot-menu li li.sfHover, 
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	outline: 0;
	}
	
/*** ARROWS **/
.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 8px;
	top: 15px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

.homepage {
}

.homepage #contentleft {
	width: 58%;
	font-size: 1em;
	border-right: 2px #CFB34B dotted;
	padding-right: 15px;
}

.homepage #contentright{
	width: 38%;
	font-size: 1em;
	display: block;
}

#twitterBox {
	width: 250px;
	display: block;
	position: relative;
	left: 10px;

	}


.homepage #contentleft #events-list-page {
	margin: 0;
}

.homepage #events-list-page img {
	width: 145px;
	float: right;
	border: 1px solid #fff;
	position: relative;
	top: 15px;
}

.homepage .eventsExcerpt {
	display: none;
}

.homepage .event-blurb {
	padding-bottom: 10px; 
}

.event-blurb h3 a {
	font-size: 1.5em;
	line-height: 1em;
	text-shadow: 1px 2px 5px #A18052;
	position: relative;
	top: -5px;
}

.homepage .event-blurb h3 a {
	font-size: 1.1em;
	text-shadow: 1px 1px 5px #A18052;
}

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
#homepagetop {
	background: none;
	float: left;
	width: 960px;
	height: 0px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	}
#homepagetop h3 {
	color: #30352C;
	font-size: 20px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-indent: 2px;
	margin: 15px 0px 4px 0px;
	padding: 0px;
	line-height: 16px;
	}
#homepagetop h3 a:hover {
    text-decoration: underline;
	}

.homeboxinfo {
	float: left;
	width: 230px;
	background: none;
	padding: 0px;
	margin: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
.homebox {
	float: left;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
.homebox h4 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	margin: 10px 10px 2px 0px;
	padding: 0px 0px 0px 0px;
	}
.homebox h4 a, .homebox h2 a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
	}
.homebox h4 a:hover {
	color: #000;
	text-decoration: underline;
	border: none;
	}
.homebox p {
	margin: 0px 10px 10px 0px;
	color: #000000;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
	}
.homebox img {
	float: left;
	margin: 0px 0px 0px 0px;
	}
.homeside {
	margin: 20px 0px 0px 0px;
	width: 310px;
	float: right;
	}

#twitter-widget-0 {
	width: 250px;
}

/* Mailchimp */

div#mc_signup {
	position: relative;
	margin: 17px 0 20px 10px;
	border-bottom: 2px dotted #CFB34B; 
	width: 250px;
}

.mc_var_label {
	font-size: 0.9em;
}


input#mc_mv_EMAIL {
	float: left;
	height: 20px;
	width: 179px;
	margin-bottom: 20px;
}

div.mc_signup_submit {
	width: 40px;
	height: 20px;
	float: left;
}

.mc_signup_submit .button {
	margin-left: 5px;
	height: 28px;
}

#mc_signup .mergeRow {
	display: none;
}

#mc_message, #mc_message a {
	font-size: 11px;
	color: #993333;
}

.mc_var_label {
	display: none;
}

/************************************************
*	Portfolio  									*
************************************************/
.portfolio {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 5px solid #CCCCCC;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle {
	float: left;
	display: block;
	position: absolute;
	background: #3399ff;
	margin: 40px 0px 0px -10px;
	padding: 10px 10px 10px 20px;
	max-width: 480px;
	width: expression( document.body.clientWidth > 480 ? "480px" : "auto" );
	max-height: 34px;
	z-index: 9;
	}
.portfoliotitle span.fold {
	background: url(images/portfolio_fold.png) no-repeat;
	bottom: -10px;
	margin: 0px 0px 0px -20px;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	}
.portfoliotitle p {
	margin: 0px;
	padding: 0px !important;
	height: 18px;
	overflow: hidden;
	}
#contentwide .portfoliotitle h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
.portfoliotitle a, .portfoliotitle a:visited {
	color: #FFFFFF !important;
	}
.portfoliotitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #EEEEEE;
	}
.portfolioimg a img:hover {
	background: #3399ff;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	width: 62%;
	max-width: 800px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 1.2m;
	position: relative;
	z-index: 100;
	left: 30px;
	min-height: 500px;
	}

#contentleft {
	float: left;
	background: none;
	width: 100%;
	}
	
#contentright {
	width: 45%;
	float: right;
}

#contentwide {
	float: left;
	background: url(images/transparent.png);
	width: 940px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#contenthome {
	width: 960px;
	margin: 0px auto 20px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#contentwide p a, #contentwide p a:visited {
	color: #3399ff;
	text-decoration: none;
	border-bottom: none;
	}
#contentwide p a:hover {
	color: #3399ff;
	text-decoration: underline;
	border-bottom: none;
	}
#contentleft h1, #contentwide h1, #blogtitle h1,
#contentleft h2, #contentwide h2, #blogtitle h2, #contentright h2 {
	color: #30352C;
	font-size: 1.4em;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
	}
	
#contentleft .postarea h2 {
	font-size: 2.4em;
	line-height: 42px;
	text-shadow: 1px 2px 5px #A18052;
}

.postarea img, .mapp-canvas, .postarea iframe {
	border: 2px solid white; 
	box-shadow: 2px 2px 5px #A18052;
	-moz-box-shadow: 2px 2px 5px #A18052;
	-webkit-box-shadow: 2px 2px 5px #A18052;
}

#contentleft h3, #contentwide h3, #blogtitle h3,
#contentleft h4, #contentwide h4, #blogtitle h4 {
	color: #30352C;
	font-size: 1.6em;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;

	}
#contentleft h5, #contentwide h5, #blogtitle h5,
#contentleft h6, #contentwide h6, #blogtitle h6 {
	color: #30352C;
	font-size: 16px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: none;
	text-align:left;
	letter-spacing: -0.5px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#contentleft h1 a, #contentwide h1 a, #blogtitle h1 a,
#contentleft h2 a, #contentwide h2 a, #blogtitle h2 a,
#contentleft h3 a, #contentwide h3 a, #blogtitle h3 a,
#contentleft h4 a, #contentwide h4 a, #blogtitle h4 a,
#contentleft h5 a, #contentwide h5 a, #blogtitle h5 a,
#contentleft h6 a, #contentwide h6 a, #blogtitle h6 a {
	color: #30352C;
	text-decoration: none;
	border: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover #blogtitle h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover #blogtitle h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover #blogtitle h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover #blogtitle h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover #blogtitle h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover #blogtitle h6 a:hover {
	color: #993333;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea p {
	}

.postarea h2 {
	border-bottom: 2px dotted #CFB34B;
	padding: 0 0 15px;
}
	
.postarea hr {
	float: left;
	border:0;
	width:100%;
	height:1px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 5px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
#content blockquote p {
	margin: 0px;
	padding: 0px;
	}
.postauthor {
	font-size: 11px;
	line-height: 10px;
	margin: -5px 0px 5px 0px;
	padding: 0px;
	}
.postmeta {
	background: #eeeeee;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
code {
	color: #30352C;
	background: none;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Palatino,Georgia,Times New Roman,Times,serif;
	}
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#prevLink p {
	margin: 0px;
	padding: 0px;
	}
#nextLink p {
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	background: #F5F5F5;
	max-width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.wp-caption p.wp-caption-text {
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
#sidebar {
	color: none;
	float: right;
	display: inline-block;
	width: 290px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 170px;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #000000;
	font-size: 15px;
	font-weight: 200;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	text-align:left;
	line-height: 12px;
	margin: 0px 0px 5px 0px;
	}
#sidebar a, #sidebar a:visited {
	}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#sidebar p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	}
#sidebar li {
	list-style-type: none;
	}
#sidebar ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
#sidebar ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	}
#sidebar ul li ul { 
	margin: 0px;
	}
#sidebar ul li a {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li a:hover {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	text-indent: 10px;
	}
#sidebar ul li ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	text-indent: 20px;
	}
/************************************************
*	Right Sidebar (social icons)									*
************************************************/

.rsidebar {
	position: absolute;
	float: right;
	right: -150px;
	top: 140px;
	width: 100px;
	z-index: 10000;
}

.fb-share-button {
	padding: 0 0 15px;
}
	
/************************************************
*	Sidebar Widgets									*
************************************************/
#sidebar .widget {
	float: right;
	background: none;
	width: 270px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	list-style-type: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar #theme-switcher {
	display: none;
	}
	
/************************************************
*	Subscribe									*
************************************************/
.subscribe {
	background: none;
	list-style:none;
	width: 270px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.subscribe form {
	margin: 0;
	padding: 0;
	}
.subscribe input {
	margin: 0;
	padding: 0;
	}
.subscribe h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-align:left;
	margin: 0px 0px 5px 0px;
	}
.subscribe a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
.subscribe a:hover {
	color: #666666;
	text-decoration: underline;
	}
#subbox {
	background: #EEEEEE;
	width: 172px;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#subbutton {
	background: #666666;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	height: 26px;
	margin: 0px 0px 0px 10px;
	padding: 0px 3px 0px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0;
	padding: 0px;
	display: block;
	position: absolute;
	font-size: 1.1em;
	min-width: 870px;
	}
	
.footerSpacer {
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: -1;
}
	
#footerImg {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#footer p {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	}
.footerright {
	float: right;
	display: inline-block;
	margin: 18px 18px 0px 0px;
	}
	
#footer-content {
	color: #30352C;
	font-family: Verdana,Palatino,Georgia,Times New Roman,Times,serif;
	font-size: 0.8em;
	position: relative;
	margin: 0 auto;
	border-top: 1px dotted #998252;
	width: 70%;
	left: 4%;
	min-width: 550px;
}

#footer-content-blocks {
	position: relative;
	margin: 0 auto;
}

.footerBlock {
	float: left;
	padding: 20px 5px;
	display: block;
}

.footerLeftBlock {
	padding-right: 15px;
	width: 21%;
}

.footerMidBlock {
	padding-right: 10px;
}

.footerRightBlock {
	//width: 29%;
	position: absolute;
	right: 5px;
	float: right;
}

.footerRightBlock .socialIcon {
	float: right;
}

.footer-block a h4 {
	margin-bottom: 8px;
}

.socialIcon {
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#credit {
	position: absolute;
	bottom: 0px;
	right: 40px;
	font-size: 0.8em;
	background: #D0D3AE;
	padding: 2px 3px;
	color: #30352C;
	font-weight: bold;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#credit a {
	color: #30352C;
}

/************************************************
*	Search Form									*
************************************************/
.postform {
	background: #F5F5F5;
	width: 240px;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: inline;
	border: none;
	}
#cat {
	background: #FFFFFF;
	color: #30352C;
	margin: 5px 0px 0px 0px;
	}
#searchform {
	margin: 0px 0px 0px 0px;
	}
#searchformheader {
	margin: 7px 0px 0px 0px;
	}
#searchbox {
	float: left;
	background: #EEEEEE;
	width: 180px;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 1px 5px 0px 0px;
	padding: 6px 0px 5px 5px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchbutton {
	background: #666666;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 30px;
	height: 25px;
	margin: 0px 7px 0px 0px;
	padding: 0px 3px 1px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#s {
	background: #F5F5F5;
	width: 170px;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	margin: 5px 3px 0px 0px;
	padding: 5px 0px 5px 5px;
	display: inline;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit {
	background: #DDDDDD;
	color: #30352C;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#submit {
	background: none;
	color: #30352C;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#comment {
	background: none !important;
	color: #30352C;
	font-size: 12px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
/************************************************
*	Comments									*
************************************************/
.postcomments {
	display: none;
}

.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 5px 5px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	background: #f5f5f5;
	color: #30352C;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.reply a:hover {
	background: #FFFFFF;
	color: #3399ff;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Events									*
************************************************/

.event-item {
	display: block;
	padding: 20px 0;
	clear: both;
	min-height: 200px;
	border-top: 2px dotted #CFB34B;
}

.event-list-image img {
 float: right; 
 display: block;
 margin: 0 0 20px 20px;
 //border: 2px solid #EFEFEF;
 box-shadow: 2px 2px 5px #A18052;
 -webkit-box-shadow: 2px 2px 5px #A18052;
 -moz-box-shadow: 2px 2px 5px #A18052;
}

.event-date-dn {
	font-family: Palatino,Georgia,Times New Roman;
}

.homepage #contentleft .event-date-dn {
	font-size: 1.4em;
}

.postarea .event-date-dn {
	font-size: 2em;
}

.em-events-search {
	width: 99%;
	font-family: Palatino,Georgia,Times New Roman,Times,serif;
	font-size: 12px;
	color: #111;
	padding: 0 0 30px;
}

.em-events-search-form {
	margin: 0 auto;
	width: 570px; 
}

.em-events-search input, .em-events-search select {
	border: none; 
	background-color: white;
	font-family: Palatino,Georgia,Times New Roman,Times,serif;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding: 2px;
}

.em-date-input-loc, .em-date-range {
	width: 70px;
	text-align: center;
}

.em-events-search-text {
	width: 150px;
}

.em-events-search select {
	margin: 0 3px;
}

input.em-events-search-submit {
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	width: 70px;
}

.eventArtists {
	color: #3F3B2F;
	font-size: 1.1em;
	font-family: palatino, Georgia,Times New Roman,Times,serif;
	font-weight: bold;
}

p.eventArtistsList {
	color: #3F3B2F;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	//width: 62%;
	font-family: palatino, Georgia,Times New Roman,Times,serif
}

.eventDetails {
	font-size: 0.8em;
}

.eventPageImage img {
	float: right; 
	margin:0px 0px 15px 15px;
	width: 45%;
	max-width: 340px;
}

.postarea #events-list-page .event-list-image img {
	width: 40%;
	max-width: 280px;
	position: relative;
	top: 15px;
}



/************************************************
*	JCWP Youtube channel embed  				*
************************************************/

.jcorg-yt-thumbnail img {
	border: none !important;
	border-radius: 0 !important; 
	-moz-border-radius: 0 !important;
	display: block;
	background: white;
	padding: 2px 2px 6px;
}

.jcorg-yt-thumbnail-title {
	background: #fcfbf6;
	display: block;
	width: 100%;
	border: 2px dashed white;
	border-top: none;
	padding: 0 0px 5px;
	height: auto !important;
	font-family: Palatino,Georgia,Times New Roman,Times,serif !important;
	color: #3F3B2F !important;
	font-size: 15px !important;
	line-height: 1.3em !important;
}

.righthomebar {
	width: 260px;
	margin: 30px 0 0;
	border-bottom: 2px dotted #CFB34B;
}

.righthomebar h2 {
	padding: 9px 0 5px;
	margin: 0 0 5px;
	border-top: 2px dotted #CFB34B;
	border-bottom: 2px dotted #CFB34B;
	width: 245px;
	left: 10px;
	position: relative;
}

div#videoPage ul.jcorg-yt-thumbnails li {
	list-style: none !important;
	margin: 0 0 20px;
	height: 200px;
}

/* Youtube embedding plugin */
div.pp_details div.pp_nav {
	display: none !important;
}

.pp_description {
	font-size: 15px !important;
}

.twitter-timeline {
	box-shadow: 1px 2px 5px #A18052;
	-webkit-box-shadow: 2px 2px 5px #A18052;
	-moz-box-shadow: 2px 2px 5px #A18052;
}